VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImageGdiExtensions Class / Draw Methods / Draw(VintasoftImage,Graphics,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    Draw(VintasoftImage,Graphics,PointF[]) Method (VintasoftImageGdiExtensions)
    In This Topic
    Draws this VintasoftImage on specified System.Drawing.Graphics object.
    Syntax
    'Declaration
    
    <ExtensionAttribute()>
    Public Overloads Shared Sub Draw( _
    ByVal image
    The image to draw.
    As VintasoftImage, _
    ByVal graphics
    The System.Drawing.Graphics object, where image must be drawn.
    As System.Drawing.Graphics, _
    ByVal destPoints
    Array of three System.Drawing.PointF structures that define a parallelogram.
    () As System.Drawing.PointF _
    )
    [Extension()]
    public static void Draw(
    VintasoftImage image,
    System.Drawing.Graphics graphics,
    System.Drawing.PointF[] destPoints
    )
    [Extension()]
    public: static void Draw(
    VintasoftImage* image,
    System.Drawing.Graphics* graphics,
    System.Drawing.PointF[]* destPoints
    )
    [Extension()]
    public:
    static void Draw(
    VintasoftImage^ image,
    System.Drawing.Graphics^ graphics,
    array<System.Drawing.PointF>^ destPoints
    )

    Parameters

    image
    The image to draw.
    graphics
    The System.Drawing.Graphics object, where image must be drawn.
    destPoints
    Array of three System.Drawing.PointF structures that define a parallelogram.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also